home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gravity.swf / scripts / frame_103 / PlaceObject2_187_31 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-03-28  |  279 b   |  7 lines

  1. onClipEvent(load){
  2.    xDirect = (random(15) - 7) / 10 + Math.cos(0.017453292519943295 * _parent.lander.myRotation);
  3.    yDirect = (random(15) - 7) / 10 + Math.sin(0.017453292519943295 * _parent.lander.myRotation);
  4.    gotoAndStop(98, random(2) + 1);
  5.    myTTL = getTimer();
  6. }
  7.